Skip to main content

windowID

Type

property

Summary

Reports the operating system's ID for a stack window.

Syntax

get the windowID of <stack>

Description

Use the windowID property to pass to an external that needs to manipulate the window.

The window ID is provided by the operating system, and is unique for each window.

Some externals need to manipulate the contents of a stack window directly, and do so by referencing the ID. Such externals require you to pass the ID when you use the external.

Examples

put the windowID of this stack into savedID
doWindowFlash(the windowID of stack "Examples") -- an example external

command: export snapshot

glossary: property, external, stack window

keyword: integer

object: stack

property: altID, imagePixmapID, movieControllerID

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

Thank you for your feedback!

Was this page helpful?